home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue59 / Arch / Sample / UnitFormListCustomer.dfm < prev    next >
Encoding:
Text File  |  2000-05-29  |  684 b   |  29 lines

  1. inherited FormListCustomer: TFormListCustomer
  2.   Caption = 'Find Customer'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited PanelListBaseClientBackground: TPanel
  6.     inherited PanelListBaseGridBackground: TPanel
  7.       inline FrameResultSetCustomer: TFrameResultSetCustomer
  8.         Left = 5
  9.         Top = 5
  10.         Width = 416
  11.         Height = 328
  12.         Align = alClient
  13.         TabOrder = 1
  14.         inherited DBGridFrameResultSetBase: TDBGrid
  15.           Width = 416
  16.           Height = 328
  17.         end
  18.       end
  19.     end
  20.   end
  21.   inherited PopupMenu: TPopupMenu
  22.     Left = 324
  23.     Top = 36
  24.   end
  25.   inherited ActionList: TActionList
  26.     Left = 364
  27.   end
  28. end
  29.